Closed (works as designed)
Project:
Nice Menus
Version:
5.x-1.2
Component:
Browser Compat
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2008 at 16:00 UTC
Updated:
13 Feb 2009 at 22:57 UTC
Drupal 5.10- IE 6
my nice menus pop up behind a Youtube video that appears on a CCK page (result of and Embedded Media Field).
can this be fixed with z-index? And on that note can the div/tag of the offending embed field and the li tag of the nice menu item have to be in some sort of similar heirchy?
Comments
Comment #1
add1sun commentedIn the FAQ it notes that you can't do much about flash players.
Comment #2
Glowingtree commentedwow, that really sucks.. has anyone tried anything to get around this?
Comment #3
Glowingtree commentedFIXED! There is no change you can make to Nice menus or CSS to fix this. I went into the youtube.inc file in the
sub folder within Embedded Media Field module (/contrib/video_cck/providers) and added the line
<param name=\"wmode\" value=\"transparent\"></object>";inside the section that looks like thisThis just outputs the regular flash object tags/options (note the canceled out " symbols)
Comment #4
encho commentedThat helped a lot. I had problem with flash banner that I was able to fix now.
Comment #5
sziggle commentedwow, this seems to be a pretty general fix for embedded flash content. i used it with a totally different embedding method for the blip.tv player and it fixed the same problem for me.
blip.tv embedding code before (nice menus under the video on IE6):
blip.tv embedding code after (nice menus on top of the video on IE6):
thanks for the fix!